home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / gnulib / libsrc98.zoo / link.c < prev    next >
Encoding:
C/C++ Source or Header  |  1990-11-26  |  61 b   |  9 lines

  1. #include <errno.h>
  2.  
  3. int
  4. link()
  5. {
  6.     errno=EXDEV;
  7.     return -1;
  8. }
  9.